home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / the_samurai.swf / scripts / DefineSprite_65 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  224b  |  13 lines

  1. onEnterFrame = function()
  2. {
  3.    if(this.hitTest(_root.man) && !_root.wudi)
  4.    {
  5.       _root.lose = true;
  6.       if(!_root.hit)
  7.       {
  8.          _root.hit = true;
  9.          _root.hitSound.start(0,1);
  10.       }
  11.    }
  12. };
  13.